home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / utilstem / dosutil2 / password.doc < prev    next >
Text File  |  1984-07-08  |  2KB  |  48 lines

  1.  
  2.  
  3.                                PASSWORD.BAS
  4.                                (Version 1.1)
  5.  
  6. This BASICA 2.0 program reads a password from a user-defined file called
  7. PASSWORD.DAT and compares it character-by character with the keyboard entry
  8. of the password. It starts over each time an error of any kind is made and
  9. kills the system by zeroing low memory after three errors are made.
  10.  
  11. During the running of PASSWORD.BAS the control sequences Ctrl-Alt-Del,
  12. Ctrl-C, & Ctrl-Break are disabled.
  13.  
  14. To control a password-controlled system, create an autoexec.bat file as
  15. follows on each system disk or in the root (\) directory of your hard disk:
  16.  
  17.  
  18.      Prompt  user enters
  19.      ------  --------------------------
  20.          A>  copy con autoexec.bat     | & press {return}
  21.              basica password           | & press {return}
  22.              date                      | & press {return}
  23.              time                      | & press {return}
  24.              {F6}  or {Ctrl}Z          | & press {return}
  25.  
  26. If you alseady have an Autoexec.bat file simply edit the file so that the
  27. line "basica password" is the first one in the file.
  28.  
  29. Naturally, BASICA.COM, PASSWORD.DAT, and the above AUTOEXEC.BAT files must
  30. all be on the system disk in the root directory.
  31.  
  32. A password file called PASSWORD.DAT has already been created with the
  33. password of 'system manager'. If you want a different password enter:
  34.  
  35.      Prompt  user enters
  36.      ------  --------------------------
  37.          A>  copy con password.dat     | & press {return}
  38.              {your password}           | & press {return}
  39.              {F6}  or {Ctrl}Z          | & press {return}
  40.  
  41. If you forget your password the program allows the character "}" as an
  42. alternate.
  43.  
  44. 7/10/84 - Version 1.1 now supports color (also works fine on IBM
  45.           or equivalent high-res monochrome monitors). Have fun!
  46. next    - maybe some good sole would like to compile the program or
  47.           better yet translate it to assembler or Turbo Pascal.
  48.